object Form_ExportNew: TForm_ExportNew Left = 330 Top = 208 HelpContext = 590 BorderStyle = bsDialog Caption = 'Export notes' ClientHeight = 361 ClientWidth = 312 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter ShowHint = True OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button_OK: TButton Left = 20 Top = 330 Width = 75 Height = 25 Hint = 'Begin exporting notes' Caption = 'E&xport' Default = True TabOrder = 0 OnClick = Button_OKClick end object Button_Cancel: TButton Left = 100 Top = 330 Width = 75 Height = 25 Hint = 'Cancel and close this dialog box' Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 1 end object Button_Help: TButton Left = 179 Top = 330 Width = 75 Height = 25 Caption = 'Help' TabOrder = 2 OnClick = Button_HelpClick end object Pages: TPage95Control Left = 5 Top = 5 Width = 301 Height = 316 ActivePage = Tab_Main HotTrack = False TabInactiveColor = clBtnFace TabInactiveFont.Charset = DEFAULT_CHARSET TabInactiveFont.Color = clWindowText TabInactiveFont.Height = -11 TabInactiveFont.Name = 'MS Sans Serif' TabInactiveFont.Style = [] TabOrder = 3 object Tab_Main: TTab95Sheet Caption = 'Source and target' GripAlign = gaLeft ImageIndex = -1 StaticPageIndex = -1 TabVisible = True object GroupBox_Source: TGroupBox Left = 5 Top = 5 Width = 281 Height = 111 Caption = ' Source: What to export? ' TabOrder = 0 object RB_CurrentNote: TRadioButton Left = 15 Top = 20 Width = 126 Height = 17 Hint = 'Click to export active note only' Caption = '&Current note' Checked = True TabOrder = 0 TabStop = True end object RB_AllNotes: TRadioButton Left = 15 Top = 65 Width = 91 Height = 17 Hint = 'Click to export all notes in the file' Caption = '&All notes' TabOrder = 2 end object RB_SelectedNotes: TRadioButton Left = 15 Top = 85 Width = 116 Height = 17 Hint = 'Click to export only selected notes' Caption = '&Selected notes' TabOrder = 3 end object Button_Select: TButton Left = 140 Top = 75 Width = 111 Height = 25 Hint = 'Choose which notes to export' Caption = 'Select &Notes...' TabOrder = 4 OnClick = Button_SelectClick end object Combo_TreeSelection: TComboBox Left = 35 Top = 40 Width = 216 Height = 21 Hint = 'For tree notes, select what part of tree to export' Style = csDropDownList ItemHeight = 13 TabOrder = 1 end end object GroupBox_Target: TGroupBox Left = 5 Top = 120 Width = 281 Height = 161 Caption = ' Target: Where and how to export? ' TabOrder = 1 object Label1: TLabel Left = 15 Top = 20 Width = 115 Height = 13 Caption = '&Format for exported files:' FocusControl = Combo_Format end object Label2: TLabel Left = 15 Top = 65 Width = 125 Height = 13 Caption = '&Directory for exported files:' FocusControl = Edit_Folder end object Combo_Format: TComboBox Left = 15 Top = 35 Width = 251 Height = 21 Hint = 'Select format for exported files' Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnClick = Combo_FormatClick end object CheckBox_PromptOverwrite: TCheckBox Left = 15 Top = 110 Width = 186 Height = 17 Hint = 'Warn if file by the same name already exists' Caption = '&Prompt before overwriting files' State = cbChecked TabOrder = 2 end object Edit_Folder: TDirectoryEdit Left = 15 Top = 80 Width = 251 Height = 21 Hint = 'Folder where exported files will be placed' DialogKind = dkWin32 DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt] NumGlyphs = 1 ButtonWidth = 25 TabOrder = 1 end object CheckBox_Ask: TCheckBox Left = 15 Top = 130 Width = 191 Height = 17 Hint = 'Manually supply name for each exported file' Caption = 'Pro&mpt for individual filenames' TabOrder = 3 end end end object Tab_Options: TTab95Sheet Caption = 'Options' GripAlign = gaLeft ImageIndex = -1 StaticPageIndex = -1 TabVisible = True object GroupBox1: TGroupBox Left = 5 Top = 5 Width = 281 Height = 151 Caption = ' Optional headings ' TabOrder = 0 object CB_IncNoteHeading: TCheckBox Left = 15 Top = 20 Width = 156 Height = 17 Caption = 'Include ¬e headings' TabOrder = 0 end object CB_IncNodeHeading: TCheckBox Left = 15 Top = 65 Width = 151 Height = 17 Caption = 'Include no&de headings' TabOrder = 2 end object Edit_NodeHead: TComboBox Left = 35 Top = 85 Width = 206 Height = 21 ItemHeight = 0 TabOrder = 3 end object Edit_NoteHead: TComboBox Left = 35 Top = 40 Width = 206 Height = 21 ItemHeight = 0 TabOrder = 1 end object Btn_TknHlp: TBitBtn Left = 35 Top = 115 Width = 206 Height = 25 Hint = 'Help for auto-naming tree nodes' Caption = '&Help on headings' TabOrder = 4 OnClick = Btn_TknHlpClick Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000010000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF00C0C0C00000FFFF00FF000000C0C0C000FFFF0000FFFFFF00DADADADADADA 0ADAADADADADADA00DADDADA7777770B07DAADA0000000FF007DDA0FFFBFBFBF FF07AD0FBFFF44FFBF07DA0FFFBFFFBFFF07AD0FBFFF47FFBF07DA0FFFBF748F FF07AD0FBFFFB747BF07DA0FFF47FF44FF07AD0FBF44B844BF07DA0FFF844448 FF07AD0FBFFFBFFFBF07DA0FFFBFFFBFFF0AADA00000000000AD} end end object RG_NodeMode: TRadioGroup Left = 5 Top = 160 Width = 281 Height = 66 Caption = ' &When exporting tree-type notes...' ItemIndex = 0 Items.Strings = ( 'Put all tree nodes in a single target file' 'Export each node to a separate target file') TabOrder = 1 end object GroupBox2: TGroupBox Left = 5 Top = 230 Width = 281 Height = 50 Caption = ' HTML export settings ' TabOrder = 2 Visible = False object CB_HTMLNoFormatting: TCheckBox Left = 10 Top = 20 Width = 206 Height = 17 Caption = '&Export to HTML without text formatting' Enabled = False TabOrder = 0 end end end object Tab_TreePad: TTab95Sheet Caption = 'TreePad options' GripAlign = gaLeft ImageIndex = -1 StaticPageIndex = -1 TabVisible = True object RG_TreePadVersion: TRadioGroup Left = 5 Top = 5 Width = 281 Height = 66 Caption = ' Target &TreePad version ' ItemIndex = 0 Items.Strings = ( 'Export to TreePad freeware (text only)' 'Export to Treepad shareware (formatted text)') TabOrder = 0 end object RG_TreePadMode: TRadioGroup Left = 5 Top = 75 Width = 281 Height = 66 Caption = ' T&arget file mode ' ItemIndex = 0 Items.Strings = ( 'Create a TreePad file for each exported note' 'Create a Treepad file containing all exported notes') TabOrder = 1 end object RG_TreePadMaster: TRadioGroup Left = 5 Top = 145 Width = 281 Height = 66 Caption = ' &Compatibility top-level node ' ItemIndex = 0 Items.Strings = ( 'Create only when necessary' 'Always create') TabOrder = 2 end end end object SaveDlg: TSaveDialog Options = [ofHideReadOnly, ofPathMustExist] Title = 'Select target filename' Left = 265 Top = 330 end end